home *** CD-ROM | disk | FTP | other *** search
/ Game Zone - 1,000+ Games / GAMEZONE.BIN / Programs / CEHAND / Midnight Chess / Midnight Chess.load < prev    next >
Encoding:
Text File  |  1998-06-14  |  632 b   |  18 lines

  1. // Installation script for Midnight Chess 1.0a for Windows CE (shareware version).
  2.  
  3. // Copy the two files associated with the application
  4. copy . . "Midnight Chess.exe"
  5. copy . \Windows "Midnight Chess Help.htc"
  6. copy . \Windows Mch_comm.htp
  7. copy . \Windows Mch_fdbk.htp
  8. copy . \Windows Mch_note.htp
  9. copy . \Windows Mch_play.htp
  10. copy . \Windows Mch_src.htp
  11. copy . \Windows Mch_reg.htp
  12.  
  13. // Create a shortcut on the desktop to the application
  14. createShortcut \Windows\Desktop "Midnight Chess.lnk" . "Midnight Chess.exe"
  15. createShortcut \Windows\Programs "Midnight Chess.lnk" . "Midnight Chess.exe"
  16.  
  17. // Exit the script
  18. exit